home *** CD-ROM | disk | FTP | other *** search
- Captures MacDOS commands and text displayed on the monitor.
-
- LOG [[file] [/A] [/O] | [/-]]
-
- file identifies the file to be used for storing the logged text.
- It can include a volume and path spec. Without the 'file'
- parameter, LOG closes the current log file and stops logging.
-
- /A appends logged text to the given file instead of overwriting it.
-
- /O directs MacDOS to log everything which is displayed, rather
- than only the commands as typed by the user.
-
- /- closes the log file but without sending the closing message
- to it. This is useful when the log file is to be used as a
- batch program.
-